home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / wrapper.txt < prev   
Text File  |  1994-08-11  |  645b  |  20 lines

  1. !This is the wrapper file used by UNIX2DVX
  2. !Text in this file is included wherevever the header file name
  3. !to be included is found in the file being processed
  4. !
  5. !The following macros are recognised and will be replaced by
  6. !the relevant text
  7. !
  8. !
  9. ! $UNIXNAME  - The Unix version of the header file name
  10. ! $MSDOSNAME - The corresponding truncated DOS header file name
  11. ! $DATE      - The current date extracted from the system
  12. ! $TIME         - The current time extracted from the system
  13. !
  14. !
  15. #ifdef MSDOS    /* Automatic header  file replacement. */
  16. #include "$MSDOSNAME"      /* QDK $DATE $TIME */
  17. #else
  18. #include "$UNIXNAME"
  19. #endif
  20.